diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-02-01 23:05:41 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-02-01 23:05:41 -0500 |
| commit | 2c2bdccd645cafd26318c2f2659242f046b61daf (patch) | |
| tree | 64cbbaa89219f839df011b6e0d2b14e82a564c88 /src/pages/blog/[...slug].astro | |
| parent | 606bbf0cd1d6a2cfaafe4bcb6519854b0cc55810 (diff) | |
| download | personal-website-2c2bdccd645cafd26318c2f2659242f046b61daf.tar.gz personal-website-2c2bdccd645cafd26318c2f2659242f046b61daf.tar.bz2 personal-website-2c2bdccd645cafd26318c2f2659242f046b61daf.zip | |
Sorting out images and tags
Diffstat (limited to 'src/pages/blog/[...slug].astro')
| -rw-r--r-- | src/pages/blog/[...slug].astro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/pages/blog/[...slug].astro b/src/pages/blog/[...slug].astro index 790a920..1eccb0b 100644 --- a/src/pages/blog/[...slug].astro +++ b/src/pages/blog/[...slug].astro @@ -24,3 +24,10 @@ const { Content } = await entry.render(); </article> </main> </Page> + +<style> + img { + width: 20%; + height: 50%; + } +</style> |
